html,body{
    color:#333333;
    font-size:13px;
    -webkit-text-size-adjust:none;
/*     filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    filter:grayscale(100%);
    filter:gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
*/
}

/*web呼叫中心样式 在线状态*/
.online{
	color:#FF0000;
	font-size:12px;
	font-family:宋体;
}

/*web呼叫中心样式 离线状态*/
.offline{
	color:#666666;
	font-size:12px;
	font-family:宋体;
}

/*web呼叫中心样式 短信*/
.sms{
	color:#33FF00;
	font-size:12px;
	font-family:宋体;
}
